Welcome![Sign In][Sign Up]
Location:
Search - k-means c

Search list

[Other resourcek-means.c++

Description: k-means算法 C++实现-k-means algorithm to achieve C
Platform: | Size: 1774 | Author: 孔明 | Hits:

[Otherk-means c++源码

Description: 社团结构划分中 k-means算法 C++源码
Platform: | Size: 3568 | Author: s_ssss | Hits:

[Windows Developk-means代码

Description: 这只是我从其它网站上下载的-from other websites on the download
Platform: | Size: 773120 | Author: 孙宁 | Hits:

[AI-NN-PRK-均值聚类算法C++编程

Description: K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
Platform: | Size: 4096 | Author: 韩磊 | Hits:

[Graph RecognizeK-means算法源码

Description: kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat- Number of patterns (int) SizeVect- Size of vector (int) NClust- Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect]- vector 1 (real) vect[2,1] ... vect[2,SizeVect]- vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> 
Platform: | Size: 3072 | Author: li | Hits:

[Algorithm练习一源程序

Description: K-means一个用C++实现的聚类算法 -K-C means to achieve a clustering algorithm
Platform: | Size: 5120 | Author: 杨子 | Hits:

[Mathimatics-Numerical algorithmsK-MeansCluster

Description: K-Means是聚类分析中重要的一种方法,此源码是K-Means聚类分析的C语言实现。-K- Means clustering analysis is the most important way, this source is K- Means clustering analysis of the C language.
Platform: | Size: 29696 | Author: Owen | Hits:

[CSharpk-meanss

Description: 模式识别作业,C程序编写的K-均值算法.-pattern recognition work, the C programming K-means algorithm.
Platform: | Size: 1024 | Author: 曹猗宣 | Hits:

[AI-NN-PRC--K-Means

Description: 这个是K-Means动态聚类算法的源程序,需要的请下,请多多指教,谢谢!-This is a K- Means clustering algorithm source, the need to please, please exhibitions, thank you!
Platform: | Size: 32768 | Author: HaicoLi | Hits:

[AI-NN-PRk-means(VC)

Description: k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
Platform: | Size: 30720 | Author: chu na | Hits:

[Graph programk_means_image

Description: 国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!-an image abroad of K-means clustering of C source code, and is easy to integrate and use, suitable for pattern recognition, Image processing, and other aspects of development.
Platform: | Size: 4096 | Author: | Hits:

[Algorithmk-means.c++

Description: k-means算法 C++实现-k-means algorithm to achieve C
Platform: | Size: 1024 | Author: 孔明 | Hits:

[AI-NN-PRk-means

Description: 数据挖掘中的k均值算法,应该属于聚类分析的,c语言版。-Data Mining k-means algorithm, should belong to cluster analysis, c language version.
Platform: | Size: 2048 | Author: 师帅 | Hits:

[AI-NN-PRk-means

Description: 这是K均值算法,采用c语言编写,K的取值为2,大家可以改变K的值来进行测试-This is the K-means algorithm, using c language, K value of 2, we can change the value of K for testing
Platform: | Size: 320512 | Author: Gang Li | Hits:

[Mathimatics-Numerical algorithmsK-Means

Description: K均值聚类算法 C++实现的K均值聚类算法。-K means clustering algorithm C++ Achieved K-means clustering algorithm.
Platform: | Size: 180224 | Author: ellen | Hits:

[AI-NN-PRk-means

Description: the C++ implementation of k-means for clustering
Platform: | Size: 239616 | Author: eddy | Hits:

[AI-NN-PRK-Means

Description: k-means 聚类方法,用c++实现。-k-means,a method of clustering, implemented in c plus plus language.
Platform: | Size: 707584 | Author: 暮霭楚天 | Hits:

[AI-NN-PRk-means

Description: 数据挖掘算法源代码 k-means聚类算法的C#代码-Source code data mining algorithms k-means clustering algorithm C# code
Platform: | Size: 102400 | Author: 张健飞 | Hits:

[Mathimatics-Numerical algorithmsk-means

Description: k-means以空间中k个点为中心进行聚类,对最靠近他们的对象归类 c++实现代码(C++ implementation code of k-means)
Platform: | Size: 3072 | Author: woddas | Hits:

[Otherc+=

Description: k-means c++, 聚类算法-含代码说明。聚类(Cluster)分析是由若干模式(Pattern)组成的,通常,模式是一个度量(Measurement)的向量,或者是多维空间中的一个点。(k-means c++,Partitioning Methods,Hierarchical Methods,density-based methods,grid-based methods,Model-Based Methods)
Platform: | Size: 2048 | Author: dafengche | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net